All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.music.MusicComponent
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.std.comp.ComponentIdentifier
|
+----quicktime.std.comp.Component
|
+----quicktime.std.music.MusicComponent
- public final class MusicComponent
- extends Component
- implements QuickTimeLib
Corresponds to the MusicComponent component type.
-
MusicComponent()
- Opens the MusicComponent component.
-
MusicComponent(int)
- Opens the MusicComponent component with a specified subType.
-
getDescription()
- Returns a structure describing the synthesizer controlled by the music component device.
MusicComponent
public MusicComponent() throws QTException
- Opens the MusicComponent component.
QuickTime::OpenADefaultComponent
MusicComponent
public MusicComponent(int subType) throws QTException
- Opens the MusicComponent component with a specified subType.
QuickTime::OpenADefaultComponent
getDescription
public SynthesizerDescription getDescription() throws StdQTException
- Returns a structure describing the synthesizer controlled by the music component device.
- Returns:
- a SynthesizerDescription
All Packages Class Hierarchy This Package Previous Next Index